		
		*** Sudoku Christmas version for QB64 by bplus ***

		Features 6 Function Menu:
	1 Help & Level - (this screen) reset game at given level (current level listed).
	2 Show Solution - ON/OFF toggle to overlay solution.
	3 Cell Checking - ON/OFF toggle will beep and prevent digit when illegal
					  (but no beep doesn't mean it's correct).
	4 Mode - toggle between Make Grid and Play! in Make Grid all your entries are clues.
			 In Play! mode your guesses are tinted so you can change them.
	5 Save - file a puzzle at any stage.
	6 Load - load the filed puzzle back.

		Levels 0 to 9:
	Levels 1 to 3 are good for developing 'flash card' automatic skills.
	Levels 4, 5 are pretty easy.
	Levels 6, 7, 8 intermediate to difficult puzzles.
	The puzzles might not be unique or solvable,
	but some effort has gone into making them so.

	Use level 9 to blank a puzzle and input your own.
	BTW Level 0 is a solved puzzle, so you might try to make a puzzle by removing clues.
	Remember to switch to Play! mode after entering clues.

		Keys: images are numbered, use number for image or shift + number to note.
	spacebar <sp> to toggle solution display.
	<c> to toggle Check Cell Fill ON/OFF.
	<p> for Play mode (changeable tinted numbers in grid)."
	<m> for Make Grid mode all entries become clues until you remember to switch to Play!
	<s> to Save to file: Temp Saved Puzzle.txt (in same folder as this game).
	<l> to Load that puzzle in again.
	<x> or <h> to eXit back to this Help Reset screen for new puzzle.

		Mouse: (BTW you can navigate with arrow keys as well as mouse.)
	Left click a cell to insert highlighted image as guess or clue.
	Right click a cell toggles potential image as Note, 1/9th cell size.
	Use blank image top left corner to erase cell numbers.
	The game should come with a TXT file with these same instructions, here tis. 
	
	
	More appended here not in Help Screen:
	
	A note about notes to help remind what images can go in cell. If you can narrow down
	an image to going into 2 spots or 3 in row or column, note them by right clicking
	into the cell. An image 1/9 th size is drawn in until you left click an image into
	that cell. 
	
	Also if you don't want a number clicked into a cell (and it's not a clue, clues are
	not tinted) then click the blank image at top right box and click cell(s) as you would
	any other image.
	
	I got the idea for using Christmas images from news paper with Christmas puzzles
	delivered Thanksgiving Eve along with all the Black Friday ads.
	
	                                                             - Mark AKA bplus or B+

